home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / extra / phan1zz.zip / SAMPLE.CFG < prev    next >
Text File  |  1995-09-15  |  4KB  |  94 lines

  1. ; Door Configuration File for SSS Doors:
  2. ;
  3. ; This configuration file can be used by the sysop to customize SSS Doors
  4. ; for use on their own system. The information in this file is NOT usually
  5. ; needed, and the file can be left as is, or even erased, without effecting the
  6. ; door's performance. SSS Doors are designed to run on almost any BBS system
  7. ; automatically, without requiring anything but the door's .EXE file.
  8. ;
  9. ; ******************************************************************
  10. ; Any text following a semi-colon (;), and blank lines, are ignored.
  11. ; EVERYTHING IN THIS FILE IS SET UP DISABLED. You must remove the (;)
  12. ; to activate a feature.
  13. ; ******************************************************************
  14. ;------------------------------------------------------------------------------
  15. ;
  16. ;  Memory swapping options. These options are generally not needed, but can be
  17. ;  used to customize OpenDoor's swapping behaviour. "SwappingDir" can be used
  18. ;  to specify which directory or directories should be used for swapping.
  19. ;  Multiple directory paths can be seperated using a semi-colon.
  20. ;  "SwappingNoEMS" can be used to prevent any swapping from being done to EMS
  21. ;  memory, and "SwappingDisable" can be used to disable memory swapping
  22. ;  altogether. Remove the semi-colon (;) to activate any of these options.
  23. ;
  24. ;SwappingDir    C:\
  25. ;SwappingNoEMS
  26. ;SwappingDisable
  27. ;
  28. ;------------------------------------------------------------------------------
  29. ;
  30. ;  Serial port options. These options are generally not needed, as these
  31. ;  settings can usually be determined from the BBS door information file.
  32. ;  "LockedBPS" specifies the the BPS rate at which the door should communicate
  33. ;  with the modem. "SerialPort" specifies the port port number that the modem
  34. ;  is connected to. Unless you have reassigned the port numbers through your
  35. ;  FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
  36. ;  so on. Remove the semi-colon (;) to activate either of these options.
  37. ;
  38. ;LockedBPS    38400
  39. ;SerialPort    0
  40. ;
  41. ;
  42. ;  Normally, a FOSSIL driver is used for serial I/O if one is available. If
  43. ;  a FOSSIL driver has not been loaded, the door communicates directly with
  44. ;  the modem. Removing the semi-colon (;) from the "NoFossil" option causes
  45. ;  the door to always communicate directly with the modem, bypassing any
  46. ;  FOSSIL driver.
  47. ;
  48. ;NoFossil
  49. ;
  50. ;------------------------------------------------------------------------------
  51. ;
  52. ;  The following options only apply if a FOSSIL driver is NOT being used for
  53. ;  serial communications. If a FOSSIL driver IS being used, these options
  54. ;  are normally set on the FOSSIL driver command line.
  55. ;
  56. ;  Hexidecimal address of the serial port. This address can usually be
  57. ;  determined automatically for ports COM1, COM2, COM3, and COM4, and is
  58. ;  normally only required for ports COM5 and higher. Remove the semi-colon
  59. ;  (;) to activate this option.
  60. ;
  61. ;PortAddress 2F8
  62. ;
  63. ;
  64. ;  Interrupt request line that the serial port is using. May be any IRQ line
  65. ;  from 1 to 15. By default, IRQ line 4 is used for ports COM1: and COM3:,
  66. ;  while IRQ line 3 is used for all other ports. Remove the semi-colon (;)
  67. ;  to activate this option.
  68. ;
  69. ;PortIRQ 4
  70. ;
  71. ;
  72. ;  Serial I/O buffer sizes. "ReceiveBuffer" specifies the number of bytes in
  73. ;  the serial I/O receive buffer. You may want to increase this buffer size
  74. ;  if you find that characters being sent from the user's modem are being lost.
  75. ;  "TransmitBuffer" specifies the number of bytes in the serial I/O transmit
  76. ;  buffer. You may want to increase this buffer size for improved performance
  77. ;  in some multitasking environments.
  78. ;
  79. ;ReceiveBuffer 256
  80. ;TransmitBuffer 1024
  81. ;
  82. ;
  83. ;  UART FIFO buffers. Normally, OpenDoors will use 16550A UART FIFO buffers
  84. ;  if they are available. You can prevent OpenDoors from using the FIFO
  85. ;  buffers, even if they are available, by removing the semi-colon before
  86. ;  the "NoFIFO" keyword. The "FIFOTriggerSize" specifies how many characters
  87. ;  may be placed in the FIFO buffers before an serial I/O interrupt is
  88. ;  envoked. Valid values are 1, 4, 8 and 14 bytes. The default value is 4
  89. ;  bytes.
  90. ;
  91. ;NoFIFO
  92. ;FIFOTriggerSize 4
  93. ;
  94.